From 1f0335ec251d309359c735df95d221e45f5a0262 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 31 Oct 2005 16:22:56 +0000 Subject: [PATCH] Build-Depend on chrpath and delete rpath from DLLs. --- debian/changelog | 3 ++- debian/control | 2 +- debian/rules | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0470d8e1..01297a43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ ocaml (3.09.0-0.experimental.2) experimental; urgency=low * Cleanup debian/control: remove redundant Depends. * Update location of ocaml-md5sums stuff. + * Build-Depend on chrpath and delete rpath from DLLs. - -- Julien Cristau Mon, 31 Oct 2005 15:02:57 +0100 + -- Julien Cristau Mon, 31 Oct 2005 17:22:03 +0100 ocaml (3.09.0-0.experimental.1) experimental; urgency=low diff --git a/debian/control b/debian/control index 0fc9ca9f..a5e86510 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Sven Luther , Stefano Zacchiroli -Build-Depends: debhelper (>> 4.0.2), tcl8.4-dev, tk8.4-dev, libncurses5-dev, libgdbm-dev, dpatch, bzip2 +Build-Depends: debhelper (>> 4.0.2), tcl8.4-dev, tk8.4-dev, libncurses5-dev, libgdbm-dev, dpatch, bzip2, chrpath Standards-Version: 3.6.2 Package: ocaml-nox diff --git a/debian/rules b/debian/rules index 99f81ae9..96875b29 100755 --- a/debian/rules +++ b/debian/rules @@ -195,6 +195,9 @@ install-arch: $(CURDIR)/debian/ocaml-compiler-libs/usr/lib/ocaml/$(VERSION)/compiler-libs; \ fi + # Delete rpath in DLLs + chrpath -d $(CURDIR)/debian/ocaml-base/usr/lib/ocaml/3.09.0/stublibs/dllgraphics.so $(CURDIR)/debian/ocaml-base/usr/lib/ocaml/3.09.0/stublibs/dlllabltk.so $(CURDIR)/debian/ocaml-base/usr/lib/ocaml/3.09.0/stublibs/dlltkanim.so + # install ocaml-md5sums $(MAKE) -C debian/ocaml-md5sums install DESTDIR=$(CURDIR)/debian/ocaml-base-nox/usr/bin -- 2.30.2